body {
  background-color: rgb(0, 0, 0); /*indique la couleur de fond de la page web*/
  font-family: 'speedyblack_italic';
  height: 100vh;
  margin: 0;
  padding: 0;
  min-width: 585px;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*
  box-shadow: 0 0 0 3px red inset;
*/
}
/**/
/*POLICE*/
@font-face {
  font-family: 'nevrada_neueuploaded_file';
  src: url('../POLICE/nevrada_neue-webfont.woff2') format('woff2'),
       url('../POLICE/nevrada_neue-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'speedyblack_italic';
  src: url('../POLICE/speedy-blackitalic-webfont.woff2') format('woff2'),
       url('../POLICE/speedy-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;


}


@font-face {
  font-family: 'akira_expandedsuper_bold';
  src: url('../POLICE/akira_expanded_demo-webfont.woff2') format('woff2'),
       url('../POLICE/akira_expanded_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'calvierregular';
  src: url('../POLICE/calvier-webfont.woff2') format('woff2'),
       url('../POLICE/calvier-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'bisonbold';
  src: url('../POLICE/bison-bold-webfont.woff2') format('woff2'),
       url('../POLICE/bison-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



/*TEXTE / TITRE*/
h1 {
  z-index: 10;
  color: rgb(255, 255, 255);
  position: relative;
  height: 10%;
  margin-left: 40px;
  margin-top: 30px;
  letter-spacing: 4px;
  display: block;
  align-items: center;
  top: 15%;

}

h2 {
  color:#18A7FA; 
  position: relative;
  font-size: 600%;
  letter-spacing: 4px;
  text-align: left;
  width: 60%;
  margin-left: 10px;
}
h3:hover {
  color: #000000;
}
h3 {
  color:#18A7FA; 
  position: relative;
  letter-spacing: 4px;
  text-align: left;
}
h4 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 120px;
  font-size: 600%;
  cursor: grab;
  z-index: -5;

}
h5 {
  color: #000000;
  text-align: left;
  margin-left: 30px;
  margin-top: 60px;
  text-decoration: underline black 3px;
  font-size: 120%;
}
p {
  color: rgb(255, 255, 255);
  position: relative;
  font-size: 130%;
  letter-spacing: 2px;
  font-family: 'speedyblack_italic';
}
.p3 {
  color: rgb(255, 255, 255);
  font-family: "nevrada_neueuploaded_file";
  text-align: start;
  margin-left: 100px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
}
.p4{
  color: #18A7FA;
  position: relative;
  top: 5px;
  height: 10%;
  font-size: 150%;
  right: 50px;
  margin-top: 5%;
  letter-spacing: 8spx;
  text-align: left;
  font-family: "nevrada_neueuploaded_file";
  border-style: solid;
  border-width: 2px;
  border-color: #18A7FA;
  margin: 5px;
}


a {
  text-decoration: none;
  color: #ffffff;

  transition: color 0.3s ease;
}

a:hover {
  color: #000000;
}

.a-premium{
  text-decoration: none;
  color: #000000;
  transition: transform .2s;
  transition: color 0.3s ease;
}

.a-premium :hover{
  transform: scale(1.05);
}




.a1 {
  position: absolute;
  top: 3%;
  right: 0%;
  text-decoration: none;
  color:#18A7FA;
  cursor: pointer;
  transition: color 0.3s ease;
}
.a1:hover {
  color: #000000;
}
.a-buttom {
  text-decoration: none;
  color: #000000;

  transition: color 0.3s ease;
}

.a-buttom:hover {
  color: #18A7FA;
}

/*MENU*/



nav {
  width: 100%;
}

a {
  cursor: pointer;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 20%;
}

.menu li {
  display: inline-block;
  width: auto;
  height: 100px;
  transition: all 0.3s ease-in-out;
}

.menu li:hover .submenu {
  height: 85px;
}

.menu > li:hover > a {
  color: #3e95ff;
}

.menu > li:hover > a::before {
  visibility: visible;
  scale: 1 1;
}

.submenu {
  overflow: hidden;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  background-color: #3e95ff;
  height: 0%;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out;
}
.menu li .submenu a {
  color: #fff;
  opacity: 0;
  font-size: 16px;
  transition: opacity 0.25s;
}

.menu > li:hover .submenu a {
  opacity: 1;
}

.menu > li .submenu a:hover {
  background: rgb(0 0 0 / 20%);
}

.menu > li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  height: 120%;
}

.menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  align-items: center;
  justify-content: center;
  left: 0px;
  background-color: #3e95ff;
  transition: all 0.2s ease-in-out;
  scale: 0 0;
  visibility: hidden;
}

.logo1 {
  position: absolute;
  height: 10%;
  width: 10%;
}
.logosimple {
  position: absolute;
  width: 100%;
  margin-left: 5%;
  object-fit: contain;
  transition: transform .5s;
}

.logosimple:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  }


  .passe {
    position: absolute;
    width: 13%;
    height: 100%;
    right: 30%
  }
.btn-menu {
  position: absolute;
  border: 0;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 50px;
  transition: transform .5s;

}

.btn-menu:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }

.connexion{
  position: absolute;
  right: 140px;
  width: 230px;
  height: 100%;
}

.img-utilisateur{
  position: absolute;
  right: -70%;
  margin-top: 0%;
  width: 80%;
  transition: transform .5s;
}
.img-utilisateur:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }









.discord{
  font-size: 1px;
  transition: color 0.3s ease;
}

/*CORPS*/

/*VIDEO*/
.device {
  position: absolute;
  left: 0;
  right: 0;
  top: 29vh;
  right: -33vh;
  margin: auto;
  width: 90vh;
  z-index: -0;
}
.degrade{
  position: absolute;
  height: 1000px;
  z-index: 2;
}
.bloc{
  background-image:transparent;
  position: relative;
  width: 100%;
  overflow: hidden;
  
}
.fondu-b-2{
  position: absolute;
  top:60%;
  width:100%;
  height: 300px;
  z-index: 1000;
}

.video-fond-presentation{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  z-index: -1000;
  transform: translate(-50%,-50%);
}


.VIDEOPORTABLE{    
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 1;
  border-radius: 30px;
  width: 36vh;
  top: 30.5vh;}


.presentation{
  position: relative;

  z-index: -5;
}



/*PUB*/
.PUB1 {
  position: absolute;
  margin: 40px;
  width: 20%;
  height: 250%;
  background-color: red;
}
.PUB22 {
  position: fixed;
  margin: 10px;
  width: 99%;
  height: 15%;
  bottom: 0px;
  background-color: rgb(24, 247, 80);
}











/*CONTENUE*/




.CONTENU-UNE {
  position: relative;
  width: 100%;
  height: auto;
  left: 80%;
  top: 20%;
  background-color: rgb(255, 255, 255);
}


.FILTRE{
  position: relative ;
  margin-left: 2%;
  margin-right:2%;
  left: 20px;
  text-align: center;
  align-items: center;
}

.FILMS-SERIE-SPECTACLE{
  position: relative;
  height: auto;
 text-align: center;
}

.btn-CATHEGORIE{
  display: inline-block;
  overflow: hidden;
  padding: 40px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 10px 20px;
  top: 0px;
  background-color: #18A7FA;
  align-items: center;
  border-radius: 8px;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700px;
  justify-content: center;
  padding: 10 16px;
  position: relative;
  white-space: nowrap;
  transition: transform .5s;
  cursor: pointer;
  color: #ffffff;
}

.btn-CATHEGORIE:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }




.CATHEGORIE {
  position: absolute;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  background-color: rgb(0, 0, 0);
  display: inline-block;
  
}
.SOUTIEN {
  position: relative;
  width: 100%;
  height: 15%;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: rgb(241, 43, 3);
}

.SOON {
  position: relative;
  width: auto;
  height: 39%;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: #ffffff;
}




.bonhomme{
  position: absolute;
  bottom: 10px;
  left: 5%;
}

.cards {
  position: relative;
  justify-content: space-between;
  display: inline-block;
  width: 300px;
  height:400px;
  
}

article {
  position: relative;
  perspective: 1000px;
  margin: 20px;

}

article header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-top: 1%;
  padding-right: 4%;
  right: 0px;
  
  z-index: 200;
}

article header h2 {
  font-size: 20px;
}

.fleche-arriere{
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-right: 10px;
  right: 0px;
  
  z-index: 200;
}


article .front,
article .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  transition: 0.6s;
  cursor: pointer;
}

.back {
  transform: rotateY(180deg);
}

input {
  position: absolute;
  scale: 0;
  
}

input:checked ~ article .back {
  transform: rotateY(0);
}

input:checked ~ article .front {
  transform: rotateY(-180deg);
}

article var {
  font-style: normal;
  font-size: 80px;
  line-height: 1;
}

article h3 {
  margin: 0 0 30px;
  font-weight: 500;
}

#summary :is(var, h3) {
  color: #3b82f6;
}

#overdue :is(var, h3) {
  color: #ef4444;
}

#features :is(var, h3) {
  color: #22c55e;
}

article :is(h4, p) {
  opacity: 0.5;
  font-size: 20px;
}

article p {
  position: relative;
  height: 90%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  margin-right: 10%;
  color: #000;

  
  
}

.BANDEANNONCE{
  position: absolute;
  height: 15%;
  width: 100%;
  bottom: 12%;
  text-align: center;
  line-height: 48px;
  background-color: #18A7FA;
  border: 0;
font-size: 1rem;
cursor: pointer;
transition: transform .5s;
}


.nimporte{
  bottom:  40%;
}


.a-buttom-select {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
  
}
.a-buttom {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;

  
}

.a-buttom:hover {
  color: #000000;
}
.a-lien {
  text-decoration: none;
  color: #000000;
  height: auto;
  width: 100%;
  transition: color 0.3s ease;
  
}

.a-lien:hover {
  color: #18A7FA;
}



.imgbase{
  object-fit: cover;
  position: relative;
  width: 203px;
  height: 303px;
  border-radius: 10px;
  background-color: #ef4444;
    
  }


select {
  margin: 0;
  padding-left: 15px;
  color: #18A7FA;
  cursor: pointer;
  margin-top: -100%;
  height: 15%;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: blur(15px);
  }

  .select{
  position: relative;
  width: 100%;
  height:10%;
  border-radius: 5px;
  border: 1px solid #18A7FA;
  }
  
   select:active {
    background: blur(15px);
    }
    .avatar-wrapper {
      display: flex;
      gap: 8px;
      align-items: center;
    }
    
    .avatar-wrapper .avatar-profile {
      width: 32px;
      height: 32px;
      border-radius: 20px;
    }
    
    .avatar-name-wrapper {
      display: flex;
      flex-direction: column;
    }
    
    .avatar-name-alias {
      color: var(--github);
      font-weight: 600;
    }
    
    .avatar-name {
      color: var(--color);
      font-size: 12px;
    }

   

    .card {
      position: relative;
      display: inline-block;
      border: 1px solid var(--github-dark-border);
      object-fit: cover;
      border-radius: 50%;
      align-items: center;
  justify-content: center;

  }
  .card .img-top {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
  }
  .card:hover .img-top {
      display: inline;
      transition: all 0.2s ease-in-out;
  }
  .avatar-wrapper .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.avatar-wrapper:hover .img-top {
    display: inline;
    transition: all 0.2s ease-in-out;
}
    .navigation__menu {
      background-color: var(
          --background
      );
      z-index: 3;
      background-color: #18A7FA;
      border-left: 1px solid var(--github-dark-border);
      height: 100vh;
      opacity: 1;
      display: flex;
      width: 100%;
      flex-direction: column;
      padding: 12px;
      right: 0;
      position: fixed;
      box-shadow: 
      rgba(100, 100, 111, 0.2)
      0px 7px 29px 0px;
      animation: fadeInAnimation 
      ease-in-out 0.5s forwards;
    }
    
    .navigation__menu__items {
      display: flex;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      margin: 0px;
      margin-top: 30px;
      padding: 0px;
      color: var(--github-button-hover);
    }
    
    .navigation__menu__items> a > li {
      display: flex;
      gap: 15px;
      font-size: 20px;
      height:50px;
      border-radius: 6px;
      align-items: center;
      cursor: pointer;
      color: var(--color);
      padding: 0px 10px;
      transition: 1ms;
    }
    
    .navigation__menu__items > li:hover {
      background-color: var(--navigation-hover);
      color: var(--github);
    }
    
    .navigation__menu__items > li > svg {
      fill: var(--github);
      font-size: 100px;
    }
    
    .navigation__menu__items > .separator {
      display: flex;
      align-items: center;
      height: 10px;
      padding: 0px;
    }
    
    .navigation__menu__items > .separator:hover  {
      background-color: var(--background);
    }
    
    .navigation__menu__items > .separator > hr {
      border: 1px solid var(--github-dark-border);
      width: 100%;
    }
    
    .avatar-wrapper {
      display: flex;
      height: 40px;
      font-size: 20px;
      gap: 8px;
      align-items: center;
    }
    
    .avatar-wrapper .avatar-profile {
      width: 42px;
      height: 42px;
    }
    
    .avatar-name-wrapper {
      display: flex;
      flex-direction: column;
    }
    
    .avatar-name-alias {
      color: var(--github);
      font-weight: 600;
    }
    
    .avatar-name {
      color: var(--color);
      font-size: 12px;
    }
    
    .close-button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      margin-left: auto;
      cursor: pointer;
      height: 32px;
      width: 32px;
    }
    
    .close-button:hover {
      background-color: var(--navigation-hover);
    }
    
    .close-button svg {
      height: 25px;
      width: 25px;
      fill: var(--github);
    }
    
    @keyframes fadeInAnimation {
      0% {
          opacity: 0;
          visibility: hidden;
          max-width: 0px;
      }
      100% {
          opacity: 1;
          visibility: visible;
          max-width: 320px;
      }
    }
    
    .none {
      display: none;
    }
    
    .hide {
      opacity: 0;
      visibility: hidden;
      animation: fadeOutAnimation 
    }
    
    @keyframes fadeOutAnimation {
      0% {
          opacity: 1;
          max-width: 320px;
          visibility: visible;
      }
      100% {
          opacity: 0;
          max-width: 0px;
          visibility: hidden;
      }
    }



























































    :root {
      --white: #FFF;
      --gray: #F3F3F3;
      --gray-mid: #9D9D9D;
      --gray-dark: #3e3e3e;
      --gray-hover: #F7F7F7;
  }
  
  .TOUT-CONTAIMER {
    height: auto;
    width: 100%;
    padding: 20px;
    margin: 10px;
    border-radius: 16px;
      background-color: #1a1919;
    box-shadow: 
          rgba(100, 100, 111, 0.2)
          0px 7px 29px 0px;	
  }
  
  header {
      position: relative;
  }
  
  .tab-content {
      display: none;
  }
  
  .tab-content--active {
      display: block;
  }
  
  .tabs {
      position: relative;
      display: flex;
      flex-grow: 1;
      flex-wrap: nowrap;
      border-bottom: 1px solid #F0F0F0;
  }
  
  .tabs > a {
      position: relative;
      display: flex;
      text-decoration: none;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-align: left;
      justify-content: start;
      align-items: center;
      gap: 8px;
  }
  
  .tabs > a img {
      height: 20px;
      width: 20px;
  }
  
  .tabs > .active {
      font-weight: 700;
      outline:none;
      color: #18A7FA;
      margin-bottom: -1px;
      border-bottom: 1px solid #18A7FA;
  }
  
  .tabs > a > svg {
      stroke: #ffffff;
  }
  
  .tabs > .active > svg {
      stroke: #18A7FA;
  }
  
  .record {
      display: flex;
      flex-wrap: nowrap;
      justify-content: start;
      align-items: center;
      gap: 12px;
      border-bottom: 1px solid #F0F0F0;
      padding: 16px 12px;
  }
  
  .record:hover, .record:focus {
      background-color: var(--gray-hover);
      outline: none;
      cursor: pointer;
  }
  
  .record:hover .avatar__wrapper {
      background-color: #E5E5E5;
  }
  
  .record .avatar {
      display: block;
      border-radius: 8px;
      flex-grow: 0;
      object-fit: cover;
  }
  
  .avatar--user {
      width: 40px;
      height: 40px;
  }
  
  .avatar--file {
      width: 24px;
      height: 24px;
  }
  
  .record .avatar__wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 0;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      background-color: #F7F7F7;
  }
  
  .content {
      display: flex;
      flex-direction: column;
      flex-grow: 1;   
  }
  
  .content > .title {
      font-weight: 700;
  }
  
  .content > .description {
      font-size: smaller;
  }
  
  .status {
      position: absolute;
      right: -4px;
      bottom: -4px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px;
      background-color: white;
      border-radius: 50%;
  }
  
  .status__inner {
      height: 10px;
      width: 10px;
      border-radius: 50%;
  }
  
  .status__inner--active {
      background-color: #00C853;
  }
  
  .status__inner--inactive {
      background-color: #F4BD50;
  }

  .up {
    height: 100px;
    width: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    transition: transform 3ms;
  }
  
  .up-image {
    width: 60px;
  }

















@media all and (max-width: 499px) {
  .marbre3 {
  top:0%;
}
}
@media all and (max-width: 1304px) {
  .marbre2 {
    position: relative;
    width: auto;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #menu {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
@media screen and (max-width: 720px) {
  .p4{
    color: rgb(255, 255, 255);
    position: relative;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 2%;
    letter-spacing: 8spx;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin: 5px;
  }
}


#image-container {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #000000;
  position: relative;
  margin-bottom: 20px;
}

#uploaded-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#upload-input {
  display: none;
}

#upload-label {
  background-color: #3498db;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: background-color 0.3s;
}

#upload-label:hover {
  background-color: #2980b9;
}